home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / comm / tcp / NNTPd_12.lha / NNTPd_1.2 / Getting_News next >
Text File  |  1995-08-17  |  2KB  |  49 lines

  1. How to get news from other sites onto your system
  2. -------------------------------------------------
  3.  
  4.  
  5. You'll need to find a site that can feed you news through your NNTP daemon
  6. automatically.  You will have to be added to their sys distribution list.
  7. You'll also want them to add you to their NNTPd access list as being able
  8. to feed them news (i.e. through IHAVE)
  9.  
  10. If you can't do that, there are two options, both with inherent weaknesses:
  11.  
  12. 1) NNTPxfer, by Michael B. Smith.  A nice stand alone program
  13.    which will retrieve articles from another system and attempt
  14.    to store them in their proper newsgroups.  Also updates your active
  15.    file automatically.  Unfortunately, this program just mirrors the
  16.    article numbers from another site, which is what we DON'T want. We have
  17.    our own article numbers. and this program would trash our pointers and any
  18.    posts we receive.  It also does not accept NEWNEWS commands, or use the
  19.    history database, and doesn't make use of the NEXT command very
  20.    efficiently.
  21.  
  22.    Someone would have to be very creative and write a program to make this
  23.    option viable.  If the source code were available, I might be tempted
  24.    to work this one through.
  25.  
  26.    NNTPxfer is available in IU-1.4-amitcp.lha on aminet.
  27.  
  28.    *NOTE* This archive also contains NNTPpost, which I am tempted to use to
  29.    broadcast the posts NNTPd receives. It, however, does not seem to queue
  30.    posts if the destination server is uunavailable.
  31.  
  32. 2) Michael van Elst wrote nntpget, which is available on aminet as nntpget.lha.
  33.    It has all the features we need to properly retrieve articles from another
  34.    system, and uses the history database. A very nice port. For some reason,
  35.    though, it seems to have some forbid/permit or interrupt fetish and is
  36.    horribly slow in my opinion compared to NNTPxfer, which also has its
  37.    faults.  It DOES create files in rnews format which Relaynews can use to
  38.    properly file articles in their proper locations, and does not trash our
  39.    pointers.
  40.  
  41.    For those of you who have superfast net connections, this is the best
  42.    alternative, if you don't mind the jerkyness of your system during transfer.
  43.    If you have a slow connection (i.e. 28800 or less), have a small number
  44.    of newsgroups or you'll never get caught up to the most recent articles.
  45.  
  46.    I would also be tempted to make this run better with my daemon if the
  47.    source were available.
  48.  
  49.